home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / amiga / amipac63.lha / Installation notes < prev    next >
Encoding:
Text File  |  1993-01-10  |  371 b   |  18 lines

  1. version >NIL: dos.library 37
  2. if warn
  3. echo "You need KickStart 2.0+ to run this script"
  4. wait 15
  5. quit
  6. endif
  7.  
  8. assign amipac: ""
  9. version >NIL: explode.library
  10. if warn
  11. assign libs: AmiPac:libs
  12. AmiPac:c/expload
  13. assign libs: sys:libs
  14. endif
  15. amipac:c/lha -N e amipac:s/text.lha "installation notes" ram:
  16. amipac:c/v80 "ram:installation notes"
  17. delete "ram:installation notes" quiet
  18.